home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / documents / OpenGL / xjournalSrc / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1021 b   |  31 lines

  1.  
  2.            toolbox/documents/OpenGL/xjournalSrc README
  3.  
  4.  
  5.  
  6.        This directory contains source code published in "The X Journal"'s
  7.        three-part series on programming OpenGL with X.
  8.        
  9.           glxsimple.c - a simple OpenGL program using Xlib (the Part 1
  10.              example).
  11.        
  12.           glxdino.c - a more complicated OpenGL program using Xlib that
  13.              draws a rotatable 3D dinosaur (the Part 2 example).
  14.        
  15.           paperplane.c - an OpenGL program using Motif to draw flying
  16.              paper planes (the Part 3 example).  It can be compiled to 
  17.          use either the standard Motif drawing area or the OpenGL-
  18.          specific widgets.
  19.        
  20.           glxmotif.c - another OpenGL program using Motif.
  21.        
  22.           textfun.c - another OpenGL program using Motif that 
  23.          demonstrates the display of a crude 3D fonts.
  24.        
  25.        glxmotif.c and textfun.c were not published in "The X Journal".
  26.        
  27.        - Mark Kilgard
  28.          mjk@sgi.com
  29.          July 21, 1994
  30.        
  31.